const runtime.stackNoCache
3 uses
runtime (current package)
stack.go#L111: stackNoCache = 0 // disable per-P small stack caches
stack.go#L372: if stackNoCache != 0 || thisg.m.p == 0 || thisg.m.preemptoff != "" {
stack.go#L489: if stackNoCache != 0 || gp.m.p == 0 || gp.m.preemptoff != "" {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)